CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab i

搜索资源列表

  1. VC调用matlab中定义的.m文件中的函数的实例

    1下载:
  2. 如何在VC中利用matlab的资源呢? 在这里我简要的以一个简单的例子来说明一下如果在VC中调用matlab中定义的.m文件。-how to use Matlab resources? Here, I briefly with a simple example to illustrate what if the VC called defined in Matlab. M documents.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:40757
    • 提供者:葛强
  1. hua使用MATLAB设计小波变换程序中的若干问题

    0下载:
  2. 在使用MATLAB完成小波变换程序和通过阈值来压缩图像的过程中,我和许多同学都是边学边用,是从一个接一个的问题中逐步理解小波和MATLAB编写程序的。因此我愿意就个人遇到和解决问题的经验与大家讨论,希望能够对遇到同样问题的人有所帮助。-using MATLAB completed wavelet transform procedures and through the threshold to compress images of the process, I and many of my cl
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:167428
    • 提供者:江边草
  1. ami

    0下载:
  2. ami码,单极性不归零码的matlab仿真的实现,属于本人课内作业-ami yards Unipolar not NRZ Simulation of Matlab, I belong to the reverse operation
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3775
    • 提供者:王明
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. Matlab中图像函数大全

    0下载:
  2. Matlab中图像函数大全 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map) 说明:imhist(I,n) 其中,n 为指定的灰度级数目,缺省值为256;imhist(X,map) 就算和显示索引色图像 X 的直方图,map 为调色板。用 stem(x,counts) 同样可以显示直方图。
  3. 所属分类:文档资料

    • 发布日期:2012-03-19
    • 文件大小:17817
    • 提供者:colebin@163.com
  1. 用MATLAB画蜂窝图的程序供大家参考

    1下载:
  2. 我上传一个用MATLAB画蜂窝图的程序供大家参考,希望大家提出宝贵意见,谢谢!,I upload a painting using MATLAB cellular plans for your reference, I hope to give valuable advice everyone, thank you!
  3. 所属分类:matlab例程

    • 发布日期:2017-03-02
    • 文件大小:2599
    • 提供者:yangzhiqiang
  1. tf-idf用于文档聚类

    3下载:
  2. tf-idf用于文档聚类,权重计算,用MATLAB实现的,自己编写非常好用!,tf-idf for Document Clustering, weight calculation, use MATLAB to achieve, I have written is very easy to use!
  3. 所属分类:matlab例程

    • 发布日期:2015-12-02
    • 文件大小:1323
    • 提供者:yifan
  1. SVM-KM 支持向量机的matlab工具箱

    0下载:
  2. 一个支持向量机的matlab工具箱,具有分类、拟合等功能,希望大家下载研学阿!-A support vector machine matlab toolbox, with a classification, fitting functions, I hope you download the research study Ah!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-22
    • 文件大小:341939
    • 提供者:吴旭靖
  1. NSGA-II.非常强大的多目标遗传算法

    27下载:
  2. NSGA-2 一种非常强大的多目标遗传算法,本人已经把它调通.,NSGA-2 a very strong multi-objective genetic algorithm, I have to tune it pass.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-11-24
    • 文件大小:383622
    • 提供者:feishao
  1. foerstnerOperator_v1_0 forstner算子,MATLAB版的

    2下载:
  2. forstner算子,MATLAB版的,解压后有三个m文件,主要是ip_fop函数实现forstner算子功能。里面附带了一个ip_fop_example的m脚本文件演示如何使用ip_fop函数功能。应该是德国人写的,程序验证没问题,之前网上找的有的是IDL版说成MATLAB版,还有的是C++的。这个是我找到最好的MATLAB版的forstner算子程序-forstner operators, MATLAB version, unzip the file after three, the mai
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:137754
    • 提供者:roc woods
  1. missile-simulation 用matlab实现的导弹轨迹跟踪

    5下载:
  2. 用matlab实现的导弹轨迹跟踪,In this Program I simulate missile in 5 states. I use ode45 for solving equation. This program is my dynamics 1 project in mechanical engineering of Amirkabir University-In this Program I simulate missile in 5 states. I use ode45 for
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:3732
    • 提供者:胡靖华
  1. db.rar

    0下载:
  2. 我自己编写的程序 实现直方图对比度增强的功能 效果显著,I have written procedures for the realization of the functions of histogram contrast enhancement effect of significantly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:32572
    • 提供者:申月
  1. Hermite.rar

    0下载:
  2. Hermite插值,不少实际问题不但要求在节点上函数值相等,而且要求他的导数值也相等,Hermite interpolation, a lot of practical problems requires not only the function values in the nodes are equally divided, but also his value is also equal to I.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-29
    • 文件大小:894
    • 提供者:wpf
  1. pso_gray.rar

    5下载:
  2. 粒子群优化算法结合灰色模型进行电力市场的预测,自己编写的源代码,使用标准粒子群算法,Particle swarm optimization algorithm combined with a gray model forecast of the electricity market, I have written the source code, using the standard particle swarm optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:13476
    • 提供者:许留山
  1. PSO_synthesis.rar

    10下载:
  2. 粒子群优化算法用于天线阵列方向图综合,自己编写的源代码,使用标准粒子群优化算法,Particle swarm optimization algorithm for antenna array pattern synthesis, I have written the source code, using the standard particle swarm optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5028
    • 提供者:许留山
  1. code.rar

    0下载:
  2. 此原碼是兩種比較常見的內插法,分別是鄰近內插法及雙線性內插法,希望可以幫助到大家,The original code is the more common two types of interpolation, which are adjacent interpolation and bilinear interpolation, I hope you can help to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1549
    • 提供者:林大鈞
  1. T-REC-H.264-200711-I!!PDF-E.ra

    0下载:
  2. 电信联盟H.264最新标准,2007年11月份的!,ITU H.264 standards, the November 2007!
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-13
    • 文件大小:3160840
    • 提供者:JIANGWEI
  1. PCNN_toolbox.rar

    1下载:
  2. 该程序是我用在图像融合中的脉冲耦合神经网络(PCNN)的代码,希望对各位有用。欢迎访问http://quxiaobo.go.8866.org or http://quxiaobo.blog.edu.cn,The program that I used in image fusion of Pulse-Coupled Neural Network (PCNN) code, in the hope that useful. Welcome to http://quxiaobo.go.8866.org
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:229620
    • 提供者:小波
  1. EMM盲运动模糊图像的恢复

    0下载:
  2. 摘 要 盲图像恢复的主要困难是信息不足,而为了恢复图像和确定点扩散函数需要适当的先验知识。解决这个问题的法、 法以及正则化方法等。但是这些方法的计算量都太大,针对上述方法的不足,文章提出了一种恢复图方法有图像的新算法,它通过恢复残差的最小化和后验概率的最大化来估计参数和恢复图像。其中,巧妙地利用了最陡梯度法和 共轭梯度法的迭代求解。对由于运动造成的模糊图像,可以明显地改善图像的质量,实验结果证明,在对模糊操作没有严格限制的情况下,仍可得到较好的恢复图像。,: : 2$*/<$ I?E
  3. 所属分类:编程文档

    • 发布日期:2016-01-26
    • 文件大小:167720
    • 提供者:zy
  1. FTDT_code_3d.rar

    1下载:
  2. this a 3d fdtd code using matlab and it can be used as a reference for other structures. Dear sir, i need the VIP access please let me have it.,this a 3d fdtd code using matlab and it can be used as a reference for other structures. Dear sir, i n
  3. 所属分类:matlab

    • 发布日期:2015-12-09
    • 文件大小:18798
    • 提供者:buet
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com